Julian Kohne, Johannes Breuer, M. Rohangis Mohseni
Automatic sampling and analysis of YouTube data, February 24-25, 2021
Exercise 1
If you have not done so before, set up your YouTube API Access in the Google Developer Console and make sure that it’s working. If you already did this before, you can skip this step. If not, you should do it now because we will need API access for the next sections.
You can do this by going to the Developer Console and logging in with the Google account you used for creating the app for your API access. On the top right, next to the “GoogleAPIs” logo, you can make sure that you have selected the right project. If you click on the “Dashboard” panel, you can see the traffic your app has generated. If you click on the name of the app, you get a more detailed panel with Quotas and Metrics.
Exercise 3
Go to the YouTube quota calulator and calculate the resources needed for the following scenarios:
search videos with the list method
get statistics for videos with the list method
get statistics for playlistItems with the list method
You can find the quota calculator here and need to look for the right resource and method. The quota cost of one such call is displayed on the right side.